<img src="https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/title.png?v=1701741741892" alt="Homescreen" style="width:1200px;height:1000px">
Welcome to Song Maker, Maker Song, or Marks Gone! In this game game you compose music and get evaluated on by your creation!
Begin by choosing a drum track (you will have the option to return and listen to the other tracks before making your selection) whatever you want to machine will fit this!
ADDITIONAL NOTE: If there is an error with your audio-playback, refreshing the page should correct the problem!
[[drum track 1]]
[[drum track 2]]
[[drum track 3]]
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/drums.png?v=1701741814836" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play19 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/drum-track-1.mp3?v=1701749927011");
audio.play()
}
play19.addEventListener("click", playMusic);
</script>
</div>
How does this sound? (There might be a delay...)
Take me back to the [[Drum Tracks]]
I like it! I choose [[Drum Track 1]]!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/drums.png?v=1701741814836" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play36 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/drum-track-2.mp3?v=1701750203386");
audio.play()
}
play36.addEventListener("click", playMusic);
</script>
</div>
What about this one? (There might be a delay...)
Take me back to the [[Drum Tracks]]
I like it! I choose [[Drum Track 2]]!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/drums.png?v=1701741814836" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/drum-beat-3.mp3?v=1701750557359");
audio.play()
}
play.addEventListener("click", playMusic);
</script>
</div>
What do you think? (There might be a delay...)
Take me back to the [[Drum Tracks]]
I like it! I choose [[Drum Track 3]]!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass.png?v=1701741960633" alt="Bass" style="width:1200px;height:1000px">
Now that you've got your drum track, let's take a listen to some different bass sounds!
You still have the option to return and listen to the other tracks before making your selection...
[[drum track 3 + bass track 1]]
[[drum track 3 + bass track 2]]
[[drum track 3 + bass track 3]] <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass.png?v=1701741960633" alt="Bass" style="width:1200px;height:1000px">
Now that you've got your drum track, let's take a listen to some different bass sounds!
You still have the option to return and listen to the other tracks before making your selection...
[[drum track 2 + bass track 1]]
[[drum track 2 + bass track 2]]
[[drum track 2 + bass track 3]] <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass.png?v=1701741960633" alt="Bass" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play4 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass-track-1.mp3?v=1701750757614");
audio.play()
}
play4.addEventListener("click", playMusic);
</script>
</div>
What do you think? (There might be a delay...)
HINT: "this art thinct hancears com of gue Eve,
Or ars, got trul the th st to se heng falthostall th ve, fo"
Take me back to the [[Drum Track 3]] so I can listen to the others.
I like it! I choose [[Drum Track 3 + Bass Track 1]]!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass.png?v=1701741960633" alt="Bass" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play2 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass-track-2.mp3?v=1701750905568");
audio.play()
}
play2.addEventListener("click", playMusic);
</script>
</div>
Hmm, how do you feel about this? (There might be a delay...)
HINT: "stand by to youch, a pose rup prigothen arding I love ton'sto on's wince,
Weing may's yes aling faid"
Take me back to the [[Drum Track 3]] so I can listen to the others.
I like it! I choose [[Drum Track 3 + Bass Track 2]]!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass.png?v=1701741960633" alt="Bass" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play3 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass-track-3.mp3?v=1701751053219");
audio.play()
}
play3.addEventListener("click", playMusic);
</script>
</div>
Thoughts? (There might be a delay...)
Take me back to the [[Drum Track 3]] so I can listen to the others.
I like it! I choose [[Drum Track 3 + Bass Track 3]]!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass.png?v=1701741960633" alt="Bass" style="width:1200px;height:1000px">
Now that you've got your drum track, let's take a listen to some different bass sounds!
You still have the option to return and listen to the other tracks before making your selection...
[[drum track 1 + bass track 1]]
[[drum track 1 + bass track 2]]
[[drum track 1 + bass track 3]] <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass.png?v=1701741960633" alt="Bass" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play20 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass-track-1.mp3?v=1701750757614");
audio.play()
}
play20.addEventListener("click", playMusic);
</script>
</div>
Thoughts? (There might be a delay...)
Take me back to the [[Drum Track 1]] so I can listen to the others.
I like it! I choose [[Drum Track 1 + Bass Track 1]]!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass.png?v=1701741960633" alt="Bass" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play18 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass-track-3.mp3?v=1701751053219");
audio.play()
}
play18.addEventListener("click", playMusic);
</script>
</div>
What do you think? (There might be a delay...)
HINT: "this art thinct hancears com of gue Eve,
Or ars, got trul the th st to se heng falthostall th ve, fo"
Take me back to the [[Drum Track 1]] so I can listen to the others.
I like it! I choose [[Drum Track 1 + Bass Track 3]]!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass.png?v=1701741960633" alt="Bass" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play24 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass-track-2.mp3?v=1701750905568");
audio.play()
}
play24.addEventListener("click", playMusic);
</script>
</div>
How does it sound? (There might be a delay...)
HINT: "stand by to youch, a pose rup prigothen arding I love ton'sto on's wince,
Weing may's yes aling faid"
Take me back to the [[Drum Track 1]] so I can listen to the others.
I like it! I choose [[Drum Track 1 + Bass Track 2]]!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass.png?v=1701741960633" alt="Bass" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play40 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass-track-1.mp3?v=1701750757614");
audio.play()
}
play40.addEventListener("click", playMusic);
</script>
</div>
How does this sound? (There might be a delay...)
HINT: "stand by to youch, a pose rup prigothen arding I love ton'sto on's wince,
Weing may's yes aling faid"
Take me back to the [[Drum Track 2]] so I can listen to the others.
I like it! I choose [[Drum Track 2 + Bass Track 1]]!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass.png?v=1701741960633" alt="Bass" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play41 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass-track-2.mp3?v=1701750905568");
audio.play()
}
play41.addEventListener("click", playMusic);
</script>
</div>
Thoughts?(There might be a delay...)
Take me back to the [[Drum Track 2]] so I can listen to the others.
I like it! I choose [[Drum Track 2 + Bass Track 2]]!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass.png?v=1701741960633" alt="Bass" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play35 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass-track-3.mp3?v=1701751053219");
audio.play()
}
play35.addEventListener("click", playMusic);
</script>
</div>
What do you think? (There might be a delay...)
HINT: "this art thinct hancears com of gue Eve,
Or ars, got trul the th st to se heng falthostall th ve, fo"
Take me back to the [[Drum Track 2]] so I can listen to the others.
I like it! I choose [[Drum Track 2 + Bass Track 3]]!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
Now that you've got your drum and bass, let's finally add a melody!
[[drum track 3 + bass track 1 + melody track 1]]
[[drum track 3 + bass track 1 + melody track 2]]
[[drum track 3 + bass track 1 + melody track 3]] <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
Now that you've got your drum and bass, let's finally add a melody!
[[drum track 3 + bass track 3 + melody track 1]]
[[drum track 3 + bass track 3 + melody track 2]]
[[drum track 3 + bass track 3 + melody track 3]] <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
Now that you've got your drum and bass, let's finally add a melody!
[[drum track 3 + bass track 2 + melody track 1]]
[[drum track 3 + bass track 2 + melody track 2]]
[[drum track 3 + bass track 2 + melody track 3]] <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
Now that you've got your drum and bass, let's finally add a melody!
[[drum track 1 + bass track 3 + melody track 1]]
[[drum track 1 + bass track 3 + melody track 2]]
[[drum track 1 + bass track 3 + melody track 3]] <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
Now that you've got your drum and bass, let's finally add a melody!
[[drum track 1 + bass track 1 + melody track 1]]
[[drum track 1 + bass track 1 + melody track 2]]
[[drum track 1 + bass track 1 + melody track 3]] <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
Now that you've got your drum and bass, let's finally add a melody!
[[drum track 1 + bass track 2 + melody track 1]]
[[drum track 1 + bass track 2 + melody track 2]]
[[drum track 1 + bass track 2 + melody track 3]] <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
Now that you've got your drum and bass, let's finally add a melody!
[[drum track 2 + bass track 3 + melody track 1]]
[[drum track 2 + bass track 3 + melody track 2]]
[[drum track 2 + bass track 3 + melody track 3]] <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
Now that you've got your drum and bass, let's finally add a melody!
[[drum track 2 + bass track 1 + melody track 1]]
[[drum track 2 + bass track 1 + melody track 2]]
[[drum track 2 + bass track 1 + melody track 3]] <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play43 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/bass-track-2.mp3?v=1701750905568");
audio.play()
}
play43.addEventListener("click", playMusic);
</script>
</div>
Now that you've got your drum and bass, let's finally add a melody!
[[drum track 2 + bass track 2 + melody track 1]]
[[drum track 2 + bass track 2 + melody track 2]]
[[drum track 2 + bass track 2 + melody track 3]]
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play7 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody-1.mp3?v=1701751168714");
audio.play()
}
play7.addEventListener("click", playMusic);
</script>
</div>
How's it feel?
Take me back to the [[Drum Track 3 + Bass Track 1]] so I can listen to the others.
This is it! Generate [[Song 1]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play6 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Melody-2.mp3?v=1701751341586");
audio.play()
}
play6.addEventListener("click", playMusic);
</script>
</div>
Any final thoughts?
Take me back to the [[Drum Track 3 + Bass Track 1]] so I can listen to the others.
This is it! Generate [[Song 2]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play5 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Melody-3.mp3?v=1701751533001");
audio.play()
}
play5.addEventListener("click", playMusic);
</script>
</div>
How's it sound?
Take me back to the [[Drum Track 3 + Bass Track 1]] so I can listen to the others.
This is it! Generate [[Song 3]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play9 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody-1.mp3?v=1701751168714");
audio.play()
}
play9.addEventListener("click", playMusic);
</script>
</div>
Any thoughts?
Take me back to the [[Drum Track 3 + Bass Track 3]] so I can listen to the others.
This is it! Generate [[Song 5]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play10 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Melody-2.mp3?v=1701751341586");
audio.play()
}
play10.addEventListener("click", playMusic);
</script>
</div>
There it is! Comments?
Take me back to the [[Drum Track 3 + Bass Track 3]] so I can listen to the others.
This is it! Generate [[Song 6]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play8 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Melody-3.mp3?v=1701751533001");
audio.play()
}
play8.addEventListener("click", playMusic);
</script>
</div>
How's it sound?
Take me back to the [[Drum Track 3 + Bass Track 3]] so I can listen to the others.
This is it! Generate [[Song 4]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play13 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody-1.mp3?v=1701751168714");
audio.play()
}
play13.addEventListener("click", playMusic);
</script>
</div>
Any thoughts?
Take me back to the [[Drum Track 3 + Bass Track 2]] so I can listen to the others.
This is it! Generate [[Song 8]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play14 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Melody-2.mp3?v=1701751341586");
audio.play()
}
play14.addEventListener("click", playMusic);
</script>
</div>
How's it sound?
Take me back to the [[Drum Track 3 + Bass Track 2]] so I can listen to the others.
This is it! Generate [[Song 9]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play12 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Melody-3.mp3?v=1701751533001");
audio.play()
}
play12.addEventListener("click", playMusic);
</script>
</div>
How's it sound?
Take me back to the [[Drum Track 3 + Bass Track 2]] so I can listen to the others.
This is it! Generate [[Song 7]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play51 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song01.mp3?v=1701751732824");
audio.play()
}
play51.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[0]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play52 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song02.mp3?v=1701751850996");
audio.play()
}
play52.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[0]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play53 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song03.mp3?v=1701752068056");
audio.play()
}
play53.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[1]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play54 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song04.mp3?v=1701752126258");
audio.play()
}
play54.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[2]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play55 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song05.mp3?v=1701752210820");
audio.play()
}
play55.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[1]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play56 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song06.mp3?v=1701752285900");
audio.play()
}
play56.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[1]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play57 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song07.mp3?v=1701752370406");
audio.play()
}
play57.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[1]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play58 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song08.mp3?v=1701752493227");
audio.play()
}
play58.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[0]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play59 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song09.mp3?v=1701752570806");
audio.play()
}
play59.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[1]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play16 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody-1.mp3?v=1701751168714");
audio.play()
}
play16.addEventListener("click", playMusic);
</script>
</div>
What do you think?
Take me back to the [[Drum Track 1 + Bass Track 3]] so I can listen to the others.
This is it! Generate [[Song 11]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play15 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Melody-2.mp3?v=1701751341586");
audio.play()
}
play15.addEventListener("click", playMusic);
</script>
</div>
How's it sound?
Take me back to the [[Drum Track 1 + Bass Track 3]] so I can listen to the others.
This is it! Generate [[Song 10]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play17 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Melody-3.mp3?v=1701751533001");
audio.play()
}
play17.addEventListener("click", playMusic);
</script>
</div>
Do I even have to ask?
Take me back to the [[Drum Track 1 + Bass Track 3]] so I can listen to the others.
This is it! Generate [[Song 12]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play21 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody-1.mp3?v=1701751168714");
audio.play()
}
play21.addEventListener("click", playMusic);
</script>
</div>
How's it sound?
Take me back to the [[Drum Track 1 + Bass Track 1]] so I can listen to the others.
This is it! Generate [[Song 13]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play22 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Melody-2.mp3?v=1701751341586");
audio.play()
}
play22.addEventListener("click", playMusic);
</script>
</div>
How do you feel?
Take me back to the [[Drum Track 1 + Bass Track 1]] so I can listen to the others.
This is it! Generate [[Song 14]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play23 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Melody-3.mp3?v=1701751533001");
audio.play()
}
play23.addEventListener("click", playMusic);
</script>
</div>
What's the conclusion?
Take me back to the [[Drum Track 1 + Bass Track 1]] so I can listen to the others.
This is it! Generate [[Song 15]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play27 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody-1.mp3?v=1701751168714");
audio.play()
}
play27.addEventListener("click", playMusic);
</script>
</div>
How does this one feel?
Take me back to the [[Drum Track 1 + Bass Track 2]] so I can listen to the others.
This is it! Generate [[Song 18]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play25 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Melody-2.mp3?v=1701751341586");
audio.play()
}
play25.addEventListener("click", playMusic);
</script>
</div>
How's it sound?
Take me back to the [[Drum Track 1 + Bass Track 2]] so I can listen to the others.
This is it! Generate [[Song 16]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play26 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Melody-3.mp3?v=1701751533001");
audio.play()
}
play26.addEventListener("click", playMusic);
</script>
</div>
Thoughts?
Take me back to the [[Drum Track 1 + Bass Track 2]] so I can listen to the others.
This is it! Generate [[Song 17]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play60 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song10.mp3?v=1701752646311");
audio.play()
}
play60.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[0]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song11.mp3?v=1701752739357");
audio.play()
}
play.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[1]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play62 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song12.mp3?v=1701752827702");
audio.play()
}
play62.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[1]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play63 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/song-1.mp3?v=1701749412715");
audio.play()
}
play63.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[2]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play64 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song14.mp3?v=1701752923401");
audio.play()
}
play64.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[1]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play66 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song15.mp3?v=1701753049264");
audio.play()
}
play66.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[1]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play67 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song16.mp3?v=1701753147161");
audio.play()
}
play67.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[1]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play68 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song17.mp3?v=1701753240638");
audio.play()
}
play68.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[0]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play69 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song18.mp3?v=1701753421004");
audio.play()
}
play69.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[1]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play30 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody-1.mp3?v=1701751168714");
audio.play()
}
play30.addEventListener("click", playMusic);
</script>
</div>
How's it sound?
Take me back to the [[Drum Track 2 + Bass Track 3]] so I can listen to the others.
This is it! Generate [[Song 19]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play31 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Melody-2.mp3?v=1701751341586");
audio.play()
}
play31.addEventListener("click", playMusic);
</script>
</div>
Thoughts?
Take me back to the [[Drum Track 2 + Bass Track 3]] so I can listen to the others.
This is it! Generate [[Song 20]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play33 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Melody-3.mp3?v=1701751533001");
audio.play()
}
play33.addEventListener("click", playMusic);
</script>
</div>
How does the track feel?
Take me back to the [[Drum Track 2 + Bass Track 3]] so I can listen to the others.
This is it! Generate [[Song 21]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play70 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song19.mp3?v=1701753525483");
audio.play()
}
play70.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[0]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play71 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song20.mp3?v=1701753610410");
audio.play()
}
play71.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[1]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play72 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song21.mp3?v=1701753732121");
audio.play()
}
play72.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[1]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play38 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody-1.mp3?v=1701751168714");
audio.play()
}
play38.addEventListener("click", playMusic);
</script>
</div>
How does it feel?
Take me back to the [[Drum Track 2 + Bass Track 1]] so I can listen to the others.
This is it! Generate [[Song 23]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play37 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Melody-2.mp3?v=1701751341586");
audio.play()
}
play37.addEventListener("click", playMusic);
</script>
</div>
How's it sound?
Take me back to the [[Drum Track 2 + Bass Track 1]] so I can listen to the others.
This is it! Generate [[Song 22]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play39 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Melody-3.mp3?v=1701751533001");
audio.play()
}
play39.addEventListener("click", playMusic);
</script>
</div>
Any thoughts?
Take me back to the [[Drum Track 2 + Bass Track 1]] so I can listen to the others.
This is it! Generate [[Song 24]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play73 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song22.mp3?v=1701753845419");
audio.play()
}
play73.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[1]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play74 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song23.mp3?v=1701753903796");
audio.play()
}
play74.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[1]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play75 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song24.mp3?v=1701753975418");
audio.play()
}
play75.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[0]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play46 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody-1.mp3?v=1701751168714");
audio.play()
}
play46.addEventListener("click", playMusic);
</script>
</div>
How's it feel?
Take me back to the [[Drum Track 2 + Bass Track 2]] so I can listen to the others.
This is it! Generate [[Song 27]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play44 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Melody-2.mp3?v=1701751341586");
audio.play()
}
play44.addEventListener("click", playMusic);
</script>
</div>
How's it sound?
Take me back to the [[Drum Track 2 + Bass Track 2]] so I can listen to the others.
This is it! Generate [[Song 25]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/melody.png?v=1701742092669" alt="Drums" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play45 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Melody-3.mp3?v=1701751533001");
audio.play()
}
play45.addEventListener("click", playMusic);
</script>
</div>
What are your thoughts?
Take me back to the [[Drum Track 2 + Bass Track 2]] so I can listen to the others.
This is it! Generate [[Song 26]] so I can see my score!
<img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play76 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song25.mp3?v=1701754048720");
audio.play()
}
play76.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[2]
(You technically got it right, this just isn't a very good song...)
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play77 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song26.mp3?v=1701754099441");
audio.play()
}
play77.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[1]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended! <img src=" https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/score.png?v=1701742469505" alt="Score" style="width:1200px;height:1000px">
<div class="container">
<button id="Sound-Prompt"><strong>CLICK TO LISTEN</strong></button>
<script>
let play78 = document.getElementById("Sound-Prompt");
function playMusic(){
let audio = new Audio("https://cdn.glitch.global/8f8fc7be-aa1b-4757-8b43-510edd68be63/Song27.mp3?v=1701754154102");
audio.play()
}
play78.addEventListener("click", playMusic);
</script>
</div>
<<set $arrayVariable to ["bad", "decent", "excellent!"]>>
YOUR SCORE: $arrayVariable[1]
Congratulations! You created a sore! Which is a good thorn, I think - even if it didn't turn out the weather you intended!